Skip to main content
GET
List recent histories for an integration source.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Path Parameters

source_id
string<uuid>
required

Query Parameters

recent_n
integer
default:10

Limit on most-recent histories (default 10).

Required range: x >= 1

Response

Successful Response

id
string<uuid>
required

Unique identifier of the history record

integration_source_id
string<uuid>
required

ID of the parent integration source

scheduled_time
string<date-time>
required

Scheduled time of the integration source

status
string
required

Status of the integration source

created_at
string<date-time> | null
log
string | null

Log message for the integration source

no
integer | null
updated_at
string<date-time> | null